From 39c1ce50205bd41364cccf24a371de63cdef8d60 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 21 Oct 2003 21:09:05 +0000 Subject: [PATCH] Comment that creation_time is GMT internally. --- gpsbabel/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 781c1aed5..bed231345 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -172,7 +172,7 @@ typedef struct { char *url_link_text; int icon_descr_is_dynamic; const char *icon_descr; - time_t creation_time; + time_t creation_time; /* standardized in UTC/GMT */ int centiseconds; /* Optional hundredths of a second. */ geocache_data gc_data; xml_tag *gpx_extras; -- 2.30.2